home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1993 / Internet Info CD-ROM (Walnut Creek) (1993).iso / networking / ip / slip / svr4 / README < prev    next >
Encoding:
Text File  |  1993-07-23  |  2.2 KB  |  63 lines

  1. Note: Files are compressed with gzip which is available from all GNU
  2. archive sites.
  3.  
  4. =====
  5.  
  6. slip.tar.gz - contains the sources of SLIP. To build and install slip
  7.     driver and its utilities from the sources do the following:
  8.  
  9.     transfer slip.tar.gz
  10.     type "gunzip slip.tar.gz"
  11.     type "tar xvf slip.tar"
  12.     type "cd src"
  13.     type "make"
  14.  
  15. =====
  16.  
  17. slip.vj.tar.gz - essentially an update of the above, with Van Jacobson (VJ)
  18.     header compression included.  This is also known as CSLIP.  If the 
  19.     other end of your line supports VJ Header Compression or CSLIP, 
  20.     this can improve your performance significantly.  Transfer and
  21.     install using the same procedure as slip.tar.gz.
  22.  
  23. =====
  24.  
  25. slip.pkg.tar.gz - contains the binaries of SLIP in the pkgadd format.
  26.     Note: This does NOT include the VJ Header Compression/CSLIP mods.
  27.     To install SLIP and its utilities do the following:
  28.  
  29.     type "cd /usr/spool/pkg"
  30.     transfer slip.pkg.tar.gz.
  31.     type "gunzip slip.pkg.tar.gz"
  32.     type "tar xvf slip.pkg.tar"
  33.     type "pkgadd"
  34.  
  35. =====
  36.  
  37. tslip-1.02.tar.gz - Similar to slip.vj.tar.gz, but supports transparent 
  38.     dial-out on demand (i.e., when packets appear from the ip driver), 
  39.     including login chat scripts.  Connections are dropped during idle 
  40.     periods and transparently re-established when needed.  Dialing uses 
  41.     Taylor UUCP routines, and hence regular uucp configuration files.
  42.  
  43.         To build tslip you must also compile Taylor UUCP 1.04 (you don't have 
  44.         to use it for anything besides slip).  As of 6/93, get 
  45.         ftp.uu.net:/systems/gnu/uucp-1.04.tar.gz.  (Also available from
  46.     other GNU archive sites.)
  47.  
  48.         To build tslip, first untar Taylor UUCP 1.04 and tslip.  Apply a
  49.         small patch to Taylor UUCP source.  Instructions and a patch file are
  50.         in the tslip source directory.  If you don't have the gnu "patch" 
  51.         program, get it from ftp.uu.net:/systems/gnu/patch-2.1.tar.gz .
  52.         Apply the patch, compile Taylor UUCP according to the directions in 
  53.         the README file (you need not install it).  Then build tslip using 
  54.         the directions in it's README file (tslip links in dialing routines 
  55.         compiled with Taylor UUCP).
  56.  
  57.     tslip was contributed by Jim Avera (jima@netcom.com).
  58.  
  59. =====
  60.  
  61. Good luck!
  62.  
  63.